All Questions
2 questions
2votes
1answer
2kviews
Online vs Batch Learning in Latent Dirichlet Allocation using Scikit Learn
Reference I'm looking at the LDA algorithm from Scikit Learn for topic modeling. Can someone tell me how the 'online' method of learning works vs the 'batch' method of learning? Also, what is learning ...
0votes
1answer
4kviews
How to use Non Negative Matric Factorization (NMF)'s transform method to project topics on new text data
I have created a NMF topic model in python the code snippet for which is as follows: ...